From f1b513746d206f11ee02274020834d608e9e9488 Mon Sep 17 00:00:00 2001 From: "Aaron M. Ucko" Date: Sun, 28 Sep 2025 22:49:24 -0400 Subject: [PATCH] d/control: Reformat via "cme fix dpkg-control" (routine-update). * Format potentially multi-valued entries as Key: value1, value2, ... rather then Key: value1, value2, ... * Move Standards-Version up to between Source and Maintainer. --- debian/changelog | 4 ++- debian/control | 64 ++++++++++++++++++++++++++---------------------- 2 files changed, 38 insertions(+), 30 deletions(-) diff --git a/debian/changelog b/debian/changelog index 194a32dd..39b3a166 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,9 @@ ncbi-blast+ (2.17.0+ds-1) UNRELEASED; urgency=medium * New upstream release. (NOT RELEASED YET.) - * debian/control: Require SSE 4.2 on x86 per upstream. + * debian/control: + - Require SSE 4.2 on x86 per upstream. + - Reformat via "cme fix dpkg-control" (routine-update). * debian/copyright: Update with more help from lrc. * debian/ncbi-blast+.lintian-overrides: Override embedded-library zlib for libzcf.so, which is Cloudflare's fork. diff --git a/debian/control b/debian/control index 95ea07f6..7234c3e6 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,30 @@ Source: ncbi-blast+ +Standards-Version: 4.7.2 Maintainer: Debian Med Packaging Team -Uploaders: Olivier Sallou , - Andreas Tille , - Aaron M. Ucko +Uploaders: + Olivier Sallou , + Andreas Tille , + Aaron M. Ucko , Section: science Priority: optional -Build-Depends: debhelper-compat (= 13), - autoconf2.69 -Build-Depends-Arch: libboost-test-dev, - libbz2-dev, - libc-dev-bin, - libgnutls28-dev, - liblmdb-dev, - libmbedtls-dev, - libncbi-vdb-dev [amd64 arm64 x32], - libnghttp2-dev, - libpcre2-dev, - libsqlite3-dev, - libuv1-dev, - time, - zlib1g-dev, - procps -Standards-Version: 4.7.2 +Build-Depends: + debhelper-compat (= 13), + autoconf2.69, +Build-Depends-Arch: + libboost-test-dev, + libbz2-dev, + libc-dev-bin, + libgnutls28-dev, + liblmdb-dev, + libmbedtls-dev, + libncbi-vdb-dev [amd64 arm64 x32], + libnghttp2-dev, + libpcre2-dev, + libsqlite3-dev, + libuv1-dev, + time, + zlib1g-dev, + procps, Vcs-Browser: https://salsa.debian.org/med-team/ncbi-blastplus Vcs-Git: https://salsa.debian.org/med-team/ncbi-blastplus.git Homepage: https://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/ @@ -30,13 +33,15 @@ Rules-Requires-Root: no Package: ncbi-blast+ Architecture: any Multi-Arch: foreign -Depends: ncbi-data, - python3, - sse4.2-support [any-amd64 any-i386 any-x32], - ${misc:Depends}, - ${perl:Depends}, - ${shlibs:Depends} -Enhances: t-coffee +Depends: + ncbi-data, + python3, + sse4.2-support [any-amd64 any-i386 any-x32], + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends}, +Enhances: + t-coffee, Description: next generation suite of BLAST sequence search tools The Basic Local Alignment Search Tool (BLAST) is the most widely used sequence similarity tool. There are versions of BLAST that @@ -54,8 +59,9 @@ Description: next generation suite of BLAST sequence search tools Package: ncbi-blast+-legacy Architecture: all Multi-Arch: foreign -Depends: ncbi-blast+, - ${misc:Depends} +Depends: + ncbi-blast+, + ${misc:Depends}, Description: NCBI Blast legacy call script This package adds some fake scripts to call NCBI+ programs with the NCBI blast command line. It makes use of the -- 2.30.2